app
Module Contents
alltypes
Module Contents
abstract class AppCompatPreferenceActivity : PreferenceActivity
class BuildConfig
class BuildConfig
class DivohiTakalotTofesActivity : Activity
class LoginActivity : AppCompatActivity, LoaderCallbacks<Cursor>
class MainActivity : Activity
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class R
class SettingsActivity : AppCompatPreferenceActivity
class User : table_dataclass
class big_table_data : table_dataclass
Module Contents
big_table_data(VENDOR_ID: String?, DATAAREAID: String?, RECVERSION: String?, RECID: String?, PROJECTS_ID: String?, INVENTORY_ID: String?, FLAT: String?, FLOOR: String?, QTY: String?, SALESPRICE: String?, OPR_ID: String?, MILESTONEPERCENT: String?, QTYFORACCOUNT: String?, PERCENTFORACCOUNT: String?, TOTALSUM: String?, SALPROG: String?, PRINTORDER: String?, ITEMNUMBER: String?, KOMANUM: String?, DIRANUM: String?, USERNAME: String?)
fun copy(): big_table_data
fun get_DATAAREAID(): String?
fun get_DIRANUM(): String?
fun get_FLAT(): String?
fun get_FLOOR(): String?
fun get_INVENTORY_ID(): String?
fun get_ITEMNUMBER(): String?
fun get_KOMANUM(): String?
fun get_MILESTONEPERCENT(): String?
fun get_OPRID(): String?
fun get_PERCENTFORACCOUNT(): String?
fun get_PRINTORDER(): String?
fun get_PROJECT_ID(): String?
fun get_QTY(): String?
fun get_QTYFORACCOUNT(): String?
fun get_RECID(): String?
fun get_RECVERSION(): String?
fun get_SALESPRICE(): String?
fun get_SALPROG(): String?
fun get_TOTALSUM(): String?
fun get_USERNAME(): String?
fun get_VENDOR_ID(): String?
fun set_DATAAREAID(string: String): Unit
fun set_DIRANUM(string: String): Unit
fun set_FLAT(string: String): Unit
fun set_FLOOR(string: String): Unit
fun set_INVENTORY_ID(string: String): Unit
fun set_ITEMNUMBER(string: String): Unit
fun set_KOMANUM(string: String): Unit
fun set_MILESTONEPERCENT(string: String): Unit
fun set_OPRID(string: String): Unit
fun set_PERCENTFORACCOUNT(string: String): Unit
fun set_PRINTORDER(string: String): Unit
fun set_PROJECT_ID(string: String): Unit
fun set_QTY(string: String): Unit
fun set_QTYFORACCOUNT(string: String): Unit
fun set_RECID(string: String): Unit
fun set_RECVERSION(string: String): Unit
fun set_SALESPRICE(string: String): Unit
fun set_SALPROG(string: String): Unit
fun set_TOTALSUM(string: String): Unit
fun set_USERNAME(string: String): Unit
fun set_VENDOR_ID(string: String): Unit
fun toString(): String
class cache_command : table_dataclass
class cache_server_commands : local_SQL_Helper
class divohi_takalot_activity : Activity
class divohi_takalot_edit : Activity
class divohi_takalot_edit_arrayadapter : ArrayAdapter<big_table_data>
class divohi_takalot_tofes_arrayadapter : ArrayAdapter<big_table_data>
object encryption
object global_variables_dataclass
class inventory_data : table_dataclass
class kablan_mforat : Activity
class kablan_pashot : Activity
class kablan_pashot_arrayadapter : ArrayAdapter<big_table_data>
class kablni_mishne_activity : Activity
class local_OPR_table_helper : local_SQL_Helper
abstract class local_SQL_Helper : SQLiteOpenHelper
Module Contents
local_SQL_Helper(context: Context, DATABASE_NAME: String, factory: CursorFactory?, version: Int, TABLE_NAME: String)
protected var DATABASE_NAME: String
protected fun add_data(variables: Vector<HashMap<String, String>>): Boolean
fun clearDB(): Unit
protected fun createDB(db: SQLiteDatabase, variables: HashMap<String, String>): Unit
protected fun createDB(db: SQLiteDatabase, variables: HashMap<String, String>, foregin: HashMap<String, String>, extra: String?): Unit
fun get_db(): Vector<HashMap<String, String>>
protected fun get_db(sort_by_value: String, isAscending: Boolean): Vector<HashMap<String, String>>
fun get_rows(map: HashMap<String, String>): Vector<HashMap<String, String>>
protected fun init_vector_of_variables(vector: Vector<String>): Unit
abstract fun onCreate(db: SQLiteDatabase): Unit
open fun onUpgrade(db: SQLiteDatabase, oldVersion: Int, newVersion: Int): Unit
protected fun remove_from_db(where_clause: String, equal_to: Array<String>): Boolean
protected fun remove_from_db(where_clause: Array<String>, equal_to: Array<String>): Boolean
protected fun update_data(where_clause: String, equal_to: Array<String>, update_to: HashMap<String, String>): Boolean
protected fun update_data(where_clause: Array<String>, equal_to: Array<String>, update_to: HashMap<String, String>): Boolean
class local_big_table_helper : local_SQL_Helper
class local_inventory_table_helper : local_SQL_Helper
class local_projects_table_helper : local_SQL_Helper
class local_vendor_table_helper : local_SQL_Helper
class loz_activity : Activity
class loz_activity_arrayadapter : ArrayAdapter<big_table_data>
class offline_mode_service : Service
Module Contents
offline_mode_service()
fun db_sync_func(context: Context, intent: Intent): Unit
fun general_push_command(command: String, username: String): String
fun onBind(intent: Intent?): IBinder
fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int
fun push_add_command(db: String, table: String, vector: Vector<String>, map: HashMap<String, String>): String
fun push_remove_command(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String): String
fun push_update_command(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String, update_to: HashMap<String, String>): String
fun sync_local(): Unit
inner class the_binder : Binder
fun try_to_run_command(): Unit
class opr_data : table_dataclass
class project_data : table_dataclass
class project_options : Activity
object remote_SQL_Helper
Module Contents
fun Connect(con: Context, user: String, pass: String, act: Activity): Boolean
fun Disconnect(): Unit
fun VectorToString(vector: Vector<HashMap<String, String>>?): String
fun add_quotes(str: String): String
fun construct_add_str(db: String, table: String, vector: Vector<String>, map: HashMap<String, String>): String
fun construct_remove_str(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String): String
fun construct_update_str(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String, update_to: HashMap<String, String>): String
fun construct_update_str_multiwhere_text(db: String, table: String, where_clause: HashMap<String, String>, all_type: String, update_to: HashMap<String, String>): String
fun getSQLException(): SQLException
fun get_all_table(db: String, table: String): Vector<HashMap<String, String>>
fun getusername(): String
fun isAlive(): Boolean
fun isValid(): Boolean
fun nirmol_input(input: HashMap<String, String>, types: HashMap<String, String>): Unit
fun refresh_context(con: Context): Unit
fun run_command(command: String): Boolean
fun select_columns_from_db_with_where(db: String, table: String, colm_to_type: HashMap<String, String>, where_column: String?, where_compare: String?): Vector<HashMap<String, String>>
class remote_big_table_helper
abstract class remote_helper
class remote_inventory_table_helper
class remote_opr_table_helper
class remote_projects_table_helper
class remote_vendors_table_helper
class table_big_edit : Activity
class table_big_edit_arrayadapter : ArrayAdapter<big_table_data>
class table_chooser : Activity
interface table_dataclass
class table_inventory_arrayadapter : ArrayAdapter<inventory_data>
class table_inventory_edit : Activity
class table_peolot_arrayadapter : ArrayAdapter<opr_data>
class table_peolot_edit : Activity
class table_projects_arrayadapter : ArrayAdapter<project_data>
class table_projects_edit : Activity
class table_vendors_arrayadapter : ArrayAdapter<vendor_data>
class table_vendors_edit : Activity
object themer
class user_database_helper : local_SQL_Helper
class user_delete_activity : Activity
class vendor_data : table_dataclass
class vpn_connection : VpnService
package android.arch.lifecycle
package android.support.compat
package android.support.constraint
package android.support.coreui
package android.support.coreutils
package android.support.design
package android.support.fragment
package android.support.graphics.drawable
package android.support.graphics.drawable.animated
package android.support.mediacompat
package android.support.transition
package android.support.v4
package android.support.v7.appcompat
package android.support.v7.recyclerview
package com.example.chaosruler.msa_manager
package com.example.chaosruler.msa_manager.MSSQL_helpers
package com.example.chaosruler.msa_manager.SQLITE_helpers
package com.example.chaosruler.msa_manager.SQLITE_helpers.sync_table
package com.example.chaosruler.msa_manager.abstraction_classes
Module Contents
abstract class local_SQL_Helper : SQLiteOpenHelper
Module Contents
local_SQL_Helper(context: Context, DATABASE_NAME: String, factory: CursorFactory?, version: Int, TABLE_NAME: String)
protected var DATABASE_NAME: String
protected fun add_data(variables: Vector<HashMap<String, String>>): Boolean
fun clearDB(): Unit
protected fun createDB(db: SQLiteDatabase, variables: HashMap<String, String>): Unit
protected fun createDB(db: SQLiteDatabase, variables: HashMap<String, String>, foregin: HashMap<String, String>, extra: String?): Unit
fun get_db(): Vector<HashMap<String, String>>
protected fun get_db(sort_by_value: String, isAscending: Boolean): Vector<HashMap<String, String>>
fun get_rows(map: HashMap<String, String>): Vector<HashMap<String, String>>
protected fun init_vector_of_variables(vector: Vector<String>): Unit
abstract fun onCreate(db: SQLiteDatabase): Unit
open fun onUpgrade(db: SQLiteDatabase, oldVersion: Int, newVersion: Int): Unit
protected fun remove_from_db(where_clause: String, equal_to: Array<String>): Boolean
protected fun remove_from_db(where_clause: Array<String>, equal_to: Array<String>): Boolean
protected fun update_data(where_clause: String, equal_to: Array<String>, update_to: HashMap<String, String>): Boolean
protected fun update_data(where_clause: Array<String>, equal_to: Array<String>, update_to: HashMap<String, String>): Boolean
abstract class remote_helper
interface table_dataclass
package com.example.chaosruler.msa_manager.activies
package com.example.chaosruler.msa_manager.activies.divohi_takalot_edit_activity
package com.example.chaosruler.msa_manager.activies.divohi_takalot_tofes_activity
package com.example.chaosruler.msa_manager.activies.kablan_pashot_activity
package com.example.chaosruler.msa_manager.activies.loz_activity
package com.example.chaosruler.msa_manager.activies.settings_activity
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities.table_big_edit
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities.table_inventory_edit
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities.table_peolot_edit
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities.table_projects_edit
package com.example.chaosruler.msa_manager.activies.testing_do_all_table_activities.table_vendors_edit
package com.example.chaosruler.msa_manager.object_types
Module Contents
class User : table_dataclass
class big_table_data : table_dataclass
Module Contents
big_table_data(VENDOR_ID: String?, DATAAREAID: String?, RECVERSION: String?, RECID: String?, PROJECTS_ID: String?, INVENTORY_ID: String?, FLAT: String?, FLOOR: String?, QTY: String?, SALESPRICE: String?, OPR_ID: String?, MILESTONEPERCENT: String?, QTYFORACCOUNT: String?, PERCENTFORACCOUNT: String?, TOTALSUM: String?, SALPROG: String?, PRINTORDER: String?, ITEMNUMBER: String?, KOMANUM: String?, DIRANUM: String?, USERNAME: String?)
fun copy(): big_table_data
fun get_DATAAREAID(): String?
fun get_DIRANUM(): String?
fun get_FLAT(): String?
fun get_FLOOR(): String?
fun get_INVENTORY_ID(): String?
fun get_ITEMNUMBER(): String?
fun get_KOMANUM(): String?
fun get_MILESTONEPERCENT(): String?
fun get_OPRID(): String?
fun get_PERCENTFORACCOUNT(): String?
fun get_PRINTORDER(): String?
fun get_PROJECT_ID(): String?
fun get_QTY(): String?
fun get_QTYFORACCOUNT(): String?
fun get_RECID(): String?
fun get_RECVERSION(): String?
fun get_SALESPRICE(): String?
fun get_SALPROG(): String?
fun get_TOTALSUM(): String?
fun get_USERNAME(): String?
fun get_VENDOR_ID(): String?
fun set_DATAAREAID(string: String): Unit
fun set_DIRANUM(string: String): Unit
fun set_FLAT(string: String): Unit
fun set_FLOOR(string: String): Unit
fun set_INVENTORY_ID(string: String): Unit
fun set_ITEMNUMBER(string: String): Unit
fun set_KOMANUM(string: String): Unit
fun set_MILESTONEPERCENT(string: String): Unit
fun set_OPRID(string: String): Unit
fun set_PERCENTFORACCOUNT(string: String): Unit
fun set_PRINTORDER(string: String): Unit
fun set_PROJECT_ID(string: String): Unit
fun set_QTY(string: String): Unit
fun set_QTYFORACCOUNT(string: String): Unit
fun set_RECID(string: String): Unit
fun set_RECVERSION(string: String): Unit
fun set_SALESPRICE(string: String): Unit
fun set_SALPROG(string: String): Unit
fun set_TOTALSUM(string: String): Unit
fun set_USERNAME(string: String): Unit
fun set_VENDOR_ID(string: String): Unit
fun toString(): String
class cache_command : table_dataclass
class inventory_data : table_dataclass
class opr_data : table_dataclass
class project_data : table_dataclass
class vendor_data : table_dataclass
package com.example.chaosruler.msa_manager.services
Module Contents
object encryption
object global_variables_dataclass
class offline_mode_service : Service
Module Contents
offline_mode_service()
fun db_sync_func(context: Context, intent: Intent): Unit
fun general_push_command(command: String, username: String): String
fun onBind(intent: Intent?): IBinder
fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int
fun push_add_command(db: String, table: String, vector: Vector<String>, map: HashMap<String, String>): String
fun push_remove_command(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String): String
fun push_update_command(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String, update_to: HashMap<String, String>): String
fun sync_local(): Unit
inner class the_binder : Binder
fun try_to_run_command(): Unit
object remote_SQL_Helper
Module Contents
fun Connect(con: Context, user: String, pass: String, act: Activity): Boolean
fun Disconnect(): Unit
fun VectorToString(vector: Vector<HashMap<String, String>>?): String
fun add_quotes(str: String): String
fun construct_add_str(db: String, table: String, vector: Vector<String>, map: HashMap<String, String>): String
fun construct_remove_str(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String): String
fun construct_update_str(db: String, table: String, where_clause: String, compare_to: Array<String>, type: String, update_to: HashMap<String, String>): String
fun construct_update_str_multiwhere_text(db: String, table: String, where_clause: HashMap<String, String>, all_type: String, update_to: HashMap<String, String>): String
fun getSQLException(): SQLException
fun get_all_table(db: String, table: String): Vector<HashMap<String, String>>
fun getusername(): String
fun isAlive(): Boolean
fun isValid(): Boolean
fun nirmol_input(input: HashMap<String, String>, types: HashMap<String, String>): Unit
fun refresh_context(con: Context): Unit
fun run_command(command: String): Boolean
fun select_columns_from_db_with_where(db: String, table: String, colm_to_type: HashMap<String, String>, where_column: String?, where_compare: String?): Vector<HashMap<String, String>>
object themer
class vpn_connection : VpnService